Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Components - Next.js #39

Merged
merged 3 commits into from
Aug 11, 2024
Merged

Server Components - Next.js #39

merged 3 commits into from
Aug 11, 2024

Conversation

lurgi
Copy link
Member

@lurgi lurgi commented Aug 4, 2024

서버렌더링의 이점

  1. 보안적으로 안전하다.
  2. preFetch로 데이터를 가져오는 시간을 단축시킨다. (클라이언트에서 요청해야 하는 횟수를 줄여서 성능 개선)
  3. 사용자에게 캐싱의 책임을 전가하지 않는다.
  4. 검색엔진 최적화. HTML meta태그에 꽂을 수 있으니까.
  5. React ServerCompoenent의 성능 개선 도구를 제공.

어떤 부분에서 동적으로 렌더링되는지, 정적으로 렌더링 되는지 이해하기 편한 글이었습니다~ 역시 공식문서 짱

편하게 보슈~

@soi-ha soi-ha requested a review from Jaymyong66 August 4, 2024 07:41
Copy link
Member

@Jaymyong66 Jaymyong66 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

크게 변경할 사항이 없어보여서 Approve 할게요!!

서버 컴포넌트가 많이 핫한가보네요?! 건디도 그렇게 여러 사람이 번역하고 많이 언급되는걸 보니까요.
다들 앞으로 많이 활용될 기술이라고 보시나요? 궁금하니까 월욜에 물어보러 갈게요 하핫 ~

Aug/article/Server-Component.md Outdated Show resolved Hide resolved
@Jaymyong66 Jaymyong66 merged commit d8ac13a into main Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants